
.footers {
    background: #303036;
    overflow: hidden;
    width: 100%;
}
.footer_content {
    border-bottom: 1px solid #4b5054;
    overflow: hidden;
    padding: 32px 0px 23px;
    width: 1102px;
    margin: 0px auto;
}
.guarantee_list {
    overflow: hidden;
	display: flex;
}
.guarantee_list > li {
    float: left;
    overflow: hidden;
	display: flex;
align-items: center;
justify-content: center;
flex: 1;
}
.guarantee_list1{
    width:280px;
}
.guarantee_list2{
    width:308px;
}
.guarantee_list3{
    width:289px;
}
.guarantee_list li img{
    float:left;
}

.guarantee_list>li>div {
    float: left;
    margin-left: 12px;
}

.guarantee_list>li>div>h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.guarantee_list>li>div>h4>a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.guarantee_list>li>div>p {
    color: #fff;
    opacity:0.3;
    font-size: 14px;
    margin-top: 8px;
}
.footer_content {
    border-bottom: 1px solid #4b5054;
    overflow: hidden;
    padding: 32px 0px 23px;
    width: 1102px;
    margin: 0px auto;
}
.index_hrefs {
    overflow: hidden;
    float: left;
	margin-right: 52px;
}
.index_hrefs img{ width:130px;}
.index_hrefs > h3 {
    color: #d7d8d9;
    margin-bottom: 26px;
    font-size: 15px;
	text-align:center;
}
.index_hrefs > h4 {
    color: #d7d8d9;
    margin-bottom: 26px;
    font-size: 14px;
}
.index_hrefs > li {
    overflow: hidden;
    margin-bottom: 12px;
}
.index_hrefs > li > a {
    color: #9b9ea0;
    font-size: 14px;
}
.sale_server {
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
}
.footer_sale {
    float: right;
    padding-left: 67px;
    background: url(../images/footer_sale.png) 0 5px no-repeat;
}
.footer_sale h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 300;
}
.sale_time {
    font-size: 12px;
    color: #fff;
    margin-bottom: 12px;
}
.footer_sale a {
    display: block;
    width: 148px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #f5f5f5;
    border: 1px solid #fff;
    border-radius: 2px;
}
.public_footer_content {
    font-size: 14px;
    width: 1102px;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    padding: 31px 0px 14px;
}
.footer_links {
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    float: left;
	width:100%;
}
.footer_links > li {
    float: left;
    margin-right: 25px;
}
.footer_links > li > span {
    color: #73777a;
    font-size: 14px;
}
.footer_links > li > a {
    color: #73777a;
    font-size: 14px;
}
.public_footer_content > p {
    font-size: 14px;
    color: #73777a;
    float: left;
    margin-top: 6px;
}